Skip to content

chore(deps): update all non-major dependencies#48

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch
Mar 3, 2026
Merged

chore(deps): update all non-major dependencies#48
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 1, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
@rslib/core (source) ^0.19.4^0.19.6 age confidence devDependencies patch
@rspack/core (source) ^1.7.4^1.7.7 age confidence devDependencies patch
@rspack/test-tools (source) 1.7.41.7.7 age confidence devDependencies patch
@rstest/core (source) ^0.8.1^0.9.0 age confidence devDependencies minor
@swc/helpers (source) 0.5.180.5.19 age confidence devDependencies patch
@swc/plugin-prefresh (source) ^12.5.0^12.7.0 age confidence devDependencies minor
@types/node (source) ^24.10.9^24.11.0 age confidence devDependencies minor
fs-extra 11.3.311.3.4 age confidence devDependencies patch
node 24.13.024.14.0 age confidence uses-with minor
pnpm (source) 10.28.210.30.3 age confidence packageManager minor
preact (source) ^10.28.3^10.28.4 age confidence devDependencies patch
semver 7.7.37.7.4 age confidence devDependencies patch

Release Notes

web-infra-dev/rslib (@​rslib/core)

v0.19.6

Compare Source

What's Changed

Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.19.5...v0.19.6

v0.19.5

Compare Source

What's Changed

Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.19.4...v0.19.5

web-infra-dev/rspack (@​rspack/core)

v1.7.7

Compare Source

What's Changed

Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rspack@v1.7.6...v1.7.7

v1.7.6

Compare Source

What's Changed

Bug Fixes 🐞
Document Updates 📖
Other Changes

Full Changelog: web-infra-dev/rspack@v1.7.5...v1.7.6

v1.7.5

Compare Source

What's Changed
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rspack@v1.7.4...v1.7.5

web-infra-dev/rstest (@​rstest/core)

v0.9.0

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
  • fix(browser): align browser reporter lifecycle hooks across run and watch by @​fi3ework in #​976
  • fix(browser): remove default process shim while keep env stubbing support by @​fi3ework in #​981
  • fix(browser): resolve browser failure annotations to test sources in github-actions reporter by @​fi3ework in #​989
  • fix: error messages not displayed due to stream interception by @​9aoy in #​993
  • fix(core): avoid misdetecting cursor terminal as agent by @​fi3ework in #​994
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.8.5...v0.9.0

v0.8.5

Compare Source

What's Changed

Bug Fixes 🐞

Full Changelog: web-infra-dev/rstest@v0.8.4...v0.8.5

v0.8.4

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.8.3...v0.8.4

v0.8.3

Compare Source

What's Changed

Bug Fixes 🐞
  • fix(core): align color env priority and improve agent detection by @​fi3ework in #​936
  • fix: should not load real implementation when module is mocked by @​9aoy in #​934
  • fix: should respect project's slowTestThreshold configuration by @​9aoy in #​938
  • fix(browser): avoid log out deleting virtual module by @​fi3ework in #​939
Other Changes

Full Changelog: web-infra-dev/rstest@v0.8.2...v0.8.3

v0.8.2

Compare Source

Highlights 💡
Introducing Markdown reporter for agent 🤖

Rstest automatically detects AI coding agent (Claude Code, Cursor, Codex, opencode, etc.) and switches to Markdown output — no configuration needed.

The structured Markdown format is easier for LLMs to parse and understand compared to traditional terminal output. Each failure includes a one-click repro command so agents can quickly rerun and debug individual test cases. Output is intelligently truncated to stay within context limits even when many tests fail, saving tokens and reducing cost.

For detailed configuration options, see https://rstest.rs/guide/basic/reporters#markdown-reporter.

md-reporter.mp4
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
  • docs: clarify mock behavior in vitest migration guide by @​9aoy in #​912
Other Changes
New Contributors

Full Changelog: web-infra-dev/rstest@v0.8.1...v0.8.2

swc-project/swc (@​swc/helpers)

v0.5.19

Compare Source

swc-project/plugins (@​swc/plugin-prefresh)

v12.7.0

Minor Changes
  • 1cbeb5a: build: Update swc_core to v58.0.1

v12.6.0

Minor Changes
  • 2113ddb: build: Update swc_core to v57
jprichardson/node-fs-extra (fs-extra)

v11.3.4

Compare Source

  • Fix bug where calling ensureSymlink/ensureSymlinkSync with a relative srcPath would fail if the symlink already existed (#​1038, #​1064)
actions/node-versions (node)

v24.14.0: 24.14.0

Compare Source

Node.js 24.14.0

v24.13.1: 24.13.1

Compare Source

Node.js 24.13.1

pnpm/pnpm (pnpm)

v10.30.3

Compare Source

v10.30.2

Compare Source

v10.30.1: pnpm 10.30.1

Compare Source

Patch Changes

  • Use the /-/npm/v1/security/audits/quick endpoint as the primary audit endpoint, falling back to /-/npm/v1/security/audits when it fails #​10649.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Workleap
Stackblitz Nx

v10.30.0: pnpm 10.30

Compare Source

Minor Changes

  • pnpm why now shows a reverse dependency tree. The searched package appears at the root with its dependents as branches, walking back to workspace roots. This replaces the previous forward-tree output which was noisy and hard to read for deeply nested dependencies.

Patch Changes

  • Revert pnpm why dependency pruning to prefer correctness over memory consumption. Reverted PR: #​7122.
  • Optimize pnpm why and pnpm list performance in workspaces with many importers by sharing the dependency graph and materialization cache across all importers instead of rebuilding them independently for each one #​10596.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Workleap
Stackblitz Nx

v10.29.3

Compare Source

v10.29.2

Compare Source

v10.29.1: pnpm 10.29.1

Compare Source

Minor Changes

  • The pnpm dlx / pnpx command now supports the catalog: protocol. Example: pnpm dlx shx@catalog:.
  • Support configuring auditLevel in the pnpm-workspace.yaml file #​10540.
  • Support bare workspace: protocol without version specifier. It is now treated as workspace:* and resolves to the concrete version during publish #​10436.

Patch Changes

  • Fixed pnpm list --json returning incorrect paths when using global virtual store #​10187.

  • Fix pnpm store path and pnpm store status using workspace root for path resolution when storeDir is relative #​10290.

  • Fixed pnpm run -r failing with "No projects matched the filters" when an empty pnpm-workspace.yaml exists #​10497.

  • Fixed a bug where catalogMode: strict would write the literal string "catalog:" to pnpm-workspace.yaml instead of the resolved version specifier when re-adding an existing catalog dependency #​10176.

  • Fixed the documentation URL shown in pnpm completion --help to point to the correct page at https://pnpm.io/completion #​10281.

  • Skip local file: protocol dependencies during pnpm fetch. This fixes an issue where pnpm fetch would fail in Docker builds when local directory dependencies were not available #​10460.

  • Fixed pnpm audit --json to respect the --audit-level setting for both exit code and output filtering #​10540.

  • update tar to version 7.5.7 to fix security issue

    Updating the version of dependency tar to 7.5.7 because the previous one have a security vulnerability reported here: CVE-2026-24842

  • Fix pnpm audit --fix replacing reference overrides (e.g. $foo) with concrete versions #​10325.

  • Fix shamefullyHoist set via updateConfig in .pnpmfile.cjs not being converted to publicHoistPattern #​10271.

  • pnpm help should correctly report if the currently running pnpm CLI is bundled with Node.js #​10561.

  • Add a warning when the current directory contains the PATH delimiter character. On macOS, folder names containing forward slashes (/) appear as colons (:) at the Unix layer. Since colons are PATH separators in POSIX systems, this breaks PATH injection for node_modules/.bin, causing binaries to not be found when running commands like pnpm exec #​10457.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite
preactjs/preact (preact)

v10.28.4

Compare Source

Fixes

Performance

npm/node-semver (semver)

v7.7.4

Compare Source

Bug Fixes
Documentation
Dependencies
Chores

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3bf7066 to ae84d09 Compare March 3, 2026 14:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ae84d09 to 6daa319 Compare March 3, 2026 17:08
@renovate renovate bot merged commit 3352625 into main Mar 3, 2026
4 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch March 3, 2026 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants